projects
/
utf8proc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dd7bd27
)
fix link
author
Steven G. Johnson
<stevenj@alum.mit.edu>
Sun, 8 Mar 2015 00:13:37 +0000
(19:13 -0500)
committer
Steven G. Johnson
<stevenj@alum.mit.edu>
Sun, 8 Mar 2015 00:13:37 +0000
(19:13 -0500)
README.md
patch
|
blob
|
history
diff --git
a/README.md
b/README.md
index fa5104cae0bdc978d55b8fdf982beb1995682ccc..59c087b05f44513d676151721a2ea2ea4c506011 100644
(file)
--- a/
README.md
+++ b/
README.md
@@
-1,7
+1,7
@@
# utf8proc
[](https://travis-ci.org/JuliaLang/utf8proc)
-[utf8proc](http
s://github.com/JuliaLang/utf8proc
) is a small, clean C
+[utf8proc](http
://julialang.org/utf8proc/
) is a small, clean C
library that provides Unicode normalization, case-folding, and other
operations for data in the [UTF-8
encoding](http://en.wikipedia.org/wiki/UTF-8). It was [initially